projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba88174
)
stylecontext: Fix a memleak
author
Benjamin Otte
<otte@redhat.com>
Thu, 8 Nov 2012 21:08:36 +0000
(22:08 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 8 Nov 2012 22:34:30 +0000
(23:34 +0100)
gtk/gtkstylecontext.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstylecontext.c
b/gtk/gtkstylecontext.c
index afa9300100b89b8f7e92e1f7fcb2eb9a09bc7d48..33776d285c34fb83cfb950f9491de1ab95710a45 100644
(file)
--- a/
gtk/gtkstylecontext.c
+++ b/
gtk/gtkstylecontext.c
@@
-2960,6
+2960,8
@@
gtk_style_context_update_cache (GtkStyleContext *context,
changes = _gtk_bitmask_union (changes, data->store->depends_on_font_size);
build_properties (context, data->store, info, changes);
+
+ _gtk_bitmask_free (changes);
}
}